home *** CD-ROM | disk | FTP | other *** search
- object FormFileOpenHistory: TFormFileOpenHistory
- Left = 38
- Top = 102
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Files'
- ClientHeight = 170
- ClientWidth = 562
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListBoxHistory: TListBox
- Left = 0
- Top = 0
- Width = 562
- Height = 134
- Align = alTop
- ExtendedSelect = False
- IntegralHeight = True
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ListBoxHistoryClick
- OnDblClick = ButtonOpenClick
- OnKeyDown = ListBoxHistoryKeyDown
- OnMouseDown = ListBoxHistoryMouseDown
- end
- object ButtonOpen: TButton
- Left = 4
- Top = 140
- Width = 77
- Height = 25
- Hint = 'Use the currently selected entry and close'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = ButtonOpenClick
- end
- object ButtonDeleteEntry: TButton
- Left = 88
- Top = 140
- Width = 77
- Height = 25
- Hint = 'Delete the currently selected entry'
- Caption = '&Delete Entry'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonDeleteEntryClick
- end
- object ButtonClose: TButton
- Left = 172
- Top = 140
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Close'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonCloseClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 140
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = ButtonHelpClick
- end
- end
-